Socket
Socket
Sign inDemoInstall

@stdlib/constants-float64-ninf

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/constants-float64-ninf

Double-precision floating-point negative infinity.


Version published
Maintainers
0
Created

What is @stdlib/constants-float64-ninf?

@stdlib/constants-float64-ninf is a package that provides a constant representing the negative infinity value for double-precision floating-point numbers (float64). This can be useful in various mathematical computations and algorithms where the concept of negative infinity is required.

What are @stdlib/constants-float64-ninf's main functionalities?

Negative Infinity Constant

This feature provides the negative infinity constant, which can be used in mathematical operations and comparisons where negative infinity is a meaningful value.

const ninf = require('@stdlib/constants-float64-ninf');
console.log(ninf); // -Infinity

Other packages similar to @stdlib/constants-float64-ninf

Keywords

FAQs

Package last updated on 27 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc